OSDN Git Service

* g++.old-deja/g++.other/eh4.C: Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / const2.C
1 // Build don't link:
2
3 struct S {
4   static const char* cp = "abc"; // ERROR - initialization of non-const
5 };