1 double foo [] =
2 { &bar, /* { dg-error "undeclared|is not constant|near init" } */
3 (void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */
4 double baz [] =
5 { (void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */
6