blob: b310ef5cdf3490cf9eaae2c833f8ae79367b90a1 [file] [log] [blame]
// PR c++/55951
// { dg-do compile }
// { dg-options "" }
enum { A };
static const char *a[] = {
[A] = "a"
};