1 /* Bug 20245: the parse error should not result in an ICE. */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 void foo() x; /* { dg-error "expected" } */
6 /* { dg-error "-:expected" "" { target *-*-* } .+1 } */