// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Bill Somerville <bill@classdesign.com>
// { dg-do compile }

int main()
{
  ( int() > int() );            
  return 0;
}


syntax highlighted by Code2HTML, v. 0.9.1