FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 20011025-1.c
blob51e60e5cb9ebda0450d0ab580e3dde4fdfbc0cff
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" } */