* arm.md (stack_tie): New insn. Use an idiom that the alias code
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb94.C
blob7f7c0b4e8eb2fc383ad25d8701f476658e393c35
3 class baseClass
5 private:
6 static int variable;
7 };
9 class myClass : public baseClass
11 private:
12 static int variable;                    // this is intentionally duplicated
15 myClass::variable = 0;                  //ERROR - no type