2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.bob / static1.C
blobe3ce9e532d5148d8531568388989a0f56bf797d9
1 // { dg-do assemble  }
2 class A {
3   public:
4     static int a;
5 };
7 class B : public A {
8   public:
9     static int b;
12 int B::a; // { dg-error "" }