blob: 3d6ae8fcd4a114aa5ef918cb3afa9ef152103d38 [file] [log] [blame]
int
foo (double x, long double y)
{
return __builtin_isgreater (x, y);
}