Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ns / overload3.C
blob418355396cdb732bb0021ff8e8593c56f458ce4d
1 // { dg-do assemble  }
3 namespace A{
4   void f();
7 using A::f;
9 namespace A{
10   void f(int);
13 using A::f;
15 void g()
17   f(4);