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" } */


syntax highlighted by Code2HTML, v. 0.9.1