1 struct S { int a; int b[2]; };
2 struct S x = { 0, [0]; };    /* { dg-error "array index|near|(parse|syntax)" } */
3