blob: 39bb4eb10bc01dc8306aa6a83a0bebb371109970 [file] [log] [blame]
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Bill Somerville <bill@classdesign.com>
// { dg-do compile }
int main()
{
( int() > int() );
return 0;
}