int foo (double x, double y)
{
  return !__builtin_isunordered (x, y);
}


syntax highlighted by Code2HTML, v. 0.9.1