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


syntax highlighted by Code2HTML, v. 0.9.1