http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[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;