2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 940227-1.c
blob2e6d913938743b766973592565172f64d353d1ae
1 struct font {
2 struct {
3 char *line,*ulmask;
4 } c[2];
5 } character[1] = { { {"", ""}, {"", ""} } }; /* { dg-error "extra|near|excess" } */