9e2b90aa6c8eade00b2a4c25d021b4c18364ea5b
[cparser] / parsetest / shouldfail / init2.c
1 struct S {
2         int a, b;
3 };
4
5 struct S arr[] = { { 1, 2, { 3, 4 } } };