OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb94.C
1 // { dg-do assemble  }
2
3
4 class baseClass
5 {
6 private:
7 static int variable;
8 };
9
10 class myClass : public baseClass
11 {
12 private:
13 static int variable;                    // this is intentionally duplicated
14 };
15
16 myClass::variable = 0;                  //{ dg-error "" } no type