]> andersk Git - splint.git/blame_incremental - test/divzero.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / divzero.c
... / ...
CommitLineData
1void f (void)
2{
3 int x = 3 / 0;
4 double d = 3.0 / 0.0;
5
6}
This page took 0.046189 seconds and 5 git commands to generate.