OSDN Git Service

update
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb94.C
1
2
3 class baseClass
4 {
5 private:
6 static int variable;
7 };
8
9 class myClass : public baseClass
10 {
11 private:
12 static int variable;                    // this is intentionally duplicated
13 };
14
15 myClass::variable = 0;                  //ERROR - no type