rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20040610-1.c

6 lines
82 B
C

int foo (float x)
{
float i = __builtin_inff ();
return x != i;
}