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