1 struct font { 2 struct { 3 char *line,*ulmask; 4 } c[2]; 5 } character[1] = { { {"", ""}, {"", ""} } }; /* { dg-error "extra|near|excess" } */ 6