Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup12.C
blobd283e2c291448c3633b90a6eee3d9700b7ef7da4
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct B {
5   struct X {};
6 };
9 struct D : public B {
10   void X();
12   struct X x;
14   void f();
18 void D::f() 
20   struct X y;