xref: /freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/d_cvt_constant.c (revision 0e97acdf58fe27b09c4824a474b0344daf997c5f)
1 /* the second assignment assumes failed before */
2 int
3 main(void) {
4     double x = 1;
5     int foo = 0;
6     if (foo)
7 	x = 1;
8 }
9