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