2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / const2.C
blob4463b9cc9c3e3fc0de4e6ebc22147c0bc34fc50f
1 // { dg-do assemble  }
3 struct S {
4   static const char* cp = "abc"; // { dg-error "" } initialization of non-const
5 };