aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/noncompile/951123-1.c
blob: e9ed3dcd24683930f8e9a5f003fbadc1d7614407 (plain)
1
2
struct S { int a; int b[2]; };
struct S x = { 0, [0]; };