* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / init-5.c
blob366397aefad75f4155e1deadb8869b5e6bd3d5dd
1 /* Test for ICE after syntax error in initializer with range
2 designator: PR 35446. */
4 int a[2][2] = { [0 ... 1] = { ; } }; /* { dg-error "expected expression" } */