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

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