OSDN Git Service

reorganize
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / angle-bracket.C
1 // Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2 // Origin: Bill Somerville <bill@classdesign.com>
3 // { dg-do compile }
4
5 int main()
6 {
7   ( int() > int() );            // { dg-bogus "parse" "" { xfail *-*-* } }
8   return 0;
9 }