aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/const2.C
blob: 90b70d1661933bcd1c814ff3c60b1e5b9992e6fd (plain)
1
2
3
4
5
// Build don't link:

struct S {
  static const char* cp = "abc"; // ERROR - initialization of non-const
};