Fix thinko
[official-gcc.git] / gcc / testsuite / g++.dg / other / parse-angle-bracket.C
blobbb14cb26ef951cc6138caa4020aaf4beb57e3df6
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() );            // { dg-bogus "parse" "" }
8   return 0;