rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20041026-1.c

6 lines
75 B
C

int
foo (double x, long double y)
{
return __builtin_isgreater (x, y);
}