2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / angle-bracket.C
blob39bb4eb10bc01dc8306aa6a83a0bebb371109970
1 // Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2 // Origin: Bill Somerville <bill@classdesign.com>
3 // { dg-do compile }
5 int main()
7   ( int() > int() );            
8   return 0;