(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
angle-bracket.C
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Bill Somerville <bill@classdesign.com>
// { dg-do compile }

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