Dead
[official-gcc.git] / gomp-20050608-branch / 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" } */