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