parent
1910ae1527
commit
fe91fda81a
9
gcc/testsuite/g++.dg/other/parse-angle-bracket.C
Normal file
9
gcc/testsuite/g++.dg/other/parse-angle-bracket.C
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user