blob: 9a5a3215ed6e874ab16c55292bb6659ffb8377a6 [file] [log] [blame]
struct S { int a; int b[2]; };
struct S x = { 0, [0]; }; /* { dg-error "array index|near|parse" } */