blob: ab951d25bae6441c032e6d14d3b0993d162041d8 [file] [log] [blame]
// { dg-do compile { target c++11 } }
struct X {
static constexpr const char x[] = "x";
};
const char X::x[];