OSDN Git Service

* gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 951123-1.c
1 struct S { int a; int b[2]; };
2 struct S x = { 0, [0]; };    /* { dg-error "array index|near|parse|syntax|expected" } */