blob: 9f0f9c0978fbae7a2f2b90f40959bea7234bb021 [file] [log] [blame]
int foo (double x, double y)
{
return !__builtin_isunordered (x, y);
}