aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p8269.C
blob: f886fe78fca432d11ffa14e44a602e3a67e57b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:
// prms-id: 8269

typedef char* const char_ptr;

class Foo_Bar {
public:
  static char* const counter;
};

char_ptr Foo_Bar::counter = 0;