* gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
[official-gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / 951123-1.c
blobe9ed3dcd24683930f8e9a5f003fbadc1d7614407
1 struct S { int a; int b[2]; };
2 struct S x = { 0, [0]; };