2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / overload4.C
blob260817530501bac0df8deb5d5228fae37a3fc058
1 // { dg-do assemble  }
2 namespace A{
3   void f();  
6 using A::f;
7 void f();     // { dg-error "" } duplicate declaration