2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / lookup2.C
bloba5cbccc34df80b82e467cb88095775731b13a3d0
1 // { dg-do assemble  }
3 struct A {
4   struct B {
5     B ();
6   };
7 };
8 void f (A::B);
9 void g ()
11   A::B b;
12   f (b);          // { dg-bogus "" } can't find nested constructor