Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20011217-1.c
blobaf9919f2dc1fcb432b31f642824aafac40d4dace
1 int
2 main()
4 double x = 1.0;
5 double y = 2.0;
7 if ((y > x--) != 1)
8 abort ();
9 exit (0);