blob: 51e60e5cb9ebda0450d0ab580e3dde4fdfbc0cff [file] [log] [blame]
double foo [] =
{ &bar, /* { dg-error "undeclared|is not constant|near init" } */
(void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */
double baz [] =
{ (void *) 0 }; /* { dg-error "incompatible types|is not constant|near init" } */