2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.gb / scope03.C
blob701ff5c2adc6d90a518ae52da81a9d7def1dbe91
1 // { dg-do assemble  }
2 // GROUPS passed gb scope
3 struct c {
4   class t { };
5   struct d {
6     void foo (t &);
7   };
8 };
10 void c::d::foo (t & x) { }