PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / parse-error-1.c
blob704786f4f1389a5f86f9ae9971bb63237ec969be
1 /* PR c/28649 */
2 /* { dg-do compile } */
4 void foo()
6 +; /* { dg-error "expected expression" } */
7 +; /* { dg-error "expected expression" } */
10 int +; /* { dg-error "expected identifier" } */