aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/noncompile/940227-1.c
blob: 21bba6c9cfe5e602dd2a196a44197a531a931caf (plain)
1
2
3
4
5
struct font {
  struct {
    char *line,*ulmask;
  } c[2];
} character[1] = { { {"", ""}, {"", ""} } };