aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/940227-1.c
blob: 2e6d913938743b766973592565172f64d353d1ae (plain)
1
2
3
4
5
struct font {
  struct {
    char *line,*ulmask;
  } c[2];
} character[1] = { { {"", ""}, {"", ""} } }; /* { dg-error "extra|near|excess" } */