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