FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup12.C
blob5c3143cdf332f5cbe32782ecfc8237e90fd58408
1 // Build don't link:
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;