blob: 37fb65ca2c149e493e3c7d6dfdbe1012a63f8fca [file] [log] [blame]
int foo (float x)
{
float i = __builtin_inff ();
return x != i;
}