OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ns / overload4.C
1 // { dg-do assemble  }
2 namespace A{
3   void f();  
4 }
5
6 using A::f;
7 void f();     // { dg-error "" } duplicate declaration
8