* gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
[official-gcc.git] / gcc / testsuite / gcc.c-torture / noncompile / init-1.c
blob52f43e81a4f5cbe074ee83973c8f6ae77f96ad3e
1 struct a
2 { double a, b, c; };
4 struct b
6 struct a arr[6];
7 };
9 static struct b a_b =
11 {0,0,0},
12 {0,0,0},
13 {0,0,0},
14 {0,0,0},
15 {0,0,0},
16 {0,0,0},