summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr20245-1.c
blob: ac88074066269adea9eaf33cac524402eccaefda (plain)
1
2
3
4
5
6
/* Bug 20245: the parse error should not result in an ICE.  */
/* { dg-do compile } */
/* { dg-options "" } */

void foo() x; /* { dg-error "expected" } */
/* { dg-error "-:expected" "" { target *-*-* } .+1 } */