2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / init-4.c
blob906c115b8cc6ea768b5c1a0eeebda13d6505098b
1 struct a { char *b; } c[D] /* { dg-error "undeclared" } */
2 = /* { dg-error "storage size" } */
3 { { "" } } ; /* { dg-warning "braces around scalar initializer|near" } */