blob: f886fe78fca432d11ffa14e44a602e3a67e57b91 [file] [log] [blame]
// 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;