blob: e9ed3dcd24683930f8e9a5f003fbadc1d7614407 [file] [log] [blame]
struct S { int a; int b[2]; };
struct S x = { 0, [0]; };