FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / using2.C
blob879e0c5ef673a991cd269ee57fd69f2ce9b11844
1 // Build don't link:
2 void f();
3 namespace A{
4   using ::f;