2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / access4.C
blob939bebcf01f540223b553dcb6594f695c424fa74
1 // { dg-do assemble  }
3 struct A { // { dg-error "" } inaccessible
4   static int i;
5 };
7 struct B : private A { };
9 struct C : public B {
10   int f () { return A::i; } // { dg-error "" } context