aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/desig5.C
blob: b310ef5cdf3490cf9eaae2c833f8ae79367b90a1 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/55951
// { dg-do compile }
// { dg-options "" }

enum { A };

static const char *a[] = {
  [A] = "a"
};