PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040610-1.c
blob37fb65ca2c149e493e3c7d6dfdbe1012a63f8fca
1 int foo (float x)
3 float i = __builtin_inff ();
4 return x != i;