blob: 6328f82676ff3505f000c8a6a56acd2fa7b91a70 [file] [log] [blame]
/* Test for designated initializers: invalid uses of string constants
should not ICE. PR 42262. */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
int a[] = { [0 ... 1] = "", [0] = "" }; /* { dg-error "initial" } */