(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr20245-1.c
       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 } */