(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
init-5.c
       1  /* Test for ICE after syntax error in initializer with range
       2     designator: PR 35446.  */
       3  
       4  int a[2][2] = { [0 ... 1] = { ; } }; /* { dg-error "expected expression" } */