OSDN Git Service

cp/ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / const2.C
1 // { dg-do assemble  }
2
3 struct S {
4   static const char* cp = "abc"; // { dg-error "" } initialization of non-const
5 };