2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / nested1.C
blob957ad456ffdabee76f9bf9e070268ff514cd32b1
1 // { dg-do assemble  }
3 struct C
5   struct D
6   {
7   };
8 };
10 struct E
12   C& c;
13   void g();
16 void E::g()
18   c.D().f(); // { dg-error "" } no matching function