PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83595.c
blobb67970e5ecc0a3b7e6be4c88ac0fc61382fe0c34
1 /* PR c/83595 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 void
6 foo ()
8 (())((int){0); /* { dg-error "expected expression before" } */