aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/angle-bracket.C
blob: 5fad51b44f998f75a35f73cd300c17cf2ebfe73e (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() );            // { dg-bogus "parse|syntax" "" { xfail *-*-* } }
  return 0;
}