PR tree-optimization/93683 - ICE on calloc with unused return value in ao_ref_init_fr...
[gcc.git] / gcc / testsuite / gcc.dg / pr83595.c
1 /* PR c/83595 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 void
6 foo ()
7 {
8 (())((int){0); /* { dg-error "expected expression before" } */
9 }