OSDN Git Service

2012-04-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 940227-1.c
1 struct font {
2   struct {
3     char *line,*ulmask;
4   } c[2];
5 } character[1] = { { {"", ""}, {"", ""} } }; /* { dg-error "extra|near|excess" } */