aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/angle-bracket.C
blob: 39bb4eb10bc01dc8306aa6a83a0bebb371109970 (plain)
1
2
3
4
5
6
7
8
9
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Bill Somerville <bill@classdesign.com>
// { dg-do compile }

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