20040610-1.c   [plain text]


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