1 // { dg-do compile { target c++11 } }
2 
3 struct X {
4  static constexpr const char x[] = "x";
5 };
6 const char X::x[];
7