]> andersk Git - splint.git/blame - test/divzero.c
Changed the version from 3.1.1 to 3.1.0
[splint.git] / test / divzero.c
CommitLineData
140b6a60 1void f (void)
2{
3 int x = 3 / 0;
4 double d = 3.0 / 0.0;
5
6}
This page took 2.08351 seconds and 5 git commands to generate.