(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20041026-1.c
       1  int
       2  foo (double x, long double y)
       3  {
       4    return __builtin_isgreater (x, y);
       5  }