blob: 48cce3183b53be7ac458968c6dffdf69e3c5c235 [file] [log] [blame]
// PR c++/55951
enum { A };
static const char *a[] = {
[A] = "a"
};