blob: 4463b9cc9c3e3fc0de4e6ebc22147c0bc34fc50f [file] [log] [blame]
// { dg-do assemble }
struct S {
static const char* cp = "abc"; // { dg-error "" } initialization of non-const
};