]> andersk Git - splint.git/blob - test/divzero.c
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / test / divzero.c
1 void f (void)
2 {
3   int x = 3 / 0;
4   double d = 3.0 / 0.0;
5   
6 }
This page took 0.027549 seconds and 5 git commands to generate.