rt_gccstream/gcc/testsuite/gcc.dg/noncompile/init-3.c

5 lines
102 B
C

void die(void)
{
char foo[BAR] = "1234"; /* { dg-error "undeclared|function|incomplete type" } */
}