1 int
foo(double x,long double y)2 foo (double x, long double y)
3 {
4   return __builtin_isgreater (x, y);
5 }
6