1// Build don't link:
2
3struct S {
4  static const char* cp = "abc"; // ERROR - initialization of non-const
5};
6