testcase from PR #3406

From-SVN: r44823
This commit is contained in:
Gabriel Dos Reis 2001-08-12 08:53:34 +00:00
parent 1910ae1527
commit fe91fda81a
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
// Origin: Bill Somerville <bill@classdesign.com>
// { dg-do compile }
int main()
{
( int() > int() ); // { dg-error "parse" "" { xfail *-*-* } }
return 0;
}