FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / p8269.C
blobf886fe78fca432d11ffa14e44a602e3a67e57b91
1 // Build don't link:
2 // prms-id: 8269
4 typedef char* const char_ptr;
6 class Foo_Bar {
7 public:
8   static char* const counter;
9 };
11 char_ptr Foo_Bar::counter = 0;