aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/951123-1.c
blob: 009d02b8f9cd655f8af2f4e4fea78609a7e38741 (plain)
1
2
struct S { int a; int b[2]; };
struct S x = { 0, [0]; };    /* { dg-error "array index|near|parse|syntax|expected" } */