1// { dg-do assemble  }
2
3struct S {
4  static const char* cp = "abc"; // { dg-error "" } initialization of non-const
5};
6