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