blob: 90b70d1661933bcd1c814ff3c60b1e5b9992e6fd [file] [log] [blame]
// Build don't link:
struct S {
static const char* cp = "abc"; // ERROR - initialization of non-const
};