2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup11.C
blobd7f12ed414f9812c187c0accb3c80c8f15181b68
1 // { dg-do assemble  }
3 namespace A {
4   int i;
6 using namespace A;
7 namespace B {
8   int i;
10 using namespace B;
12 int i;