rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/const2.C

6 lines
118 B
C

// { dg-do assemble }
struct S {
static const char* cp = "abc"; // { dg-error "" } initialization of non-const
};