Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ns / using14.C
bloba5f984768f0c5bc2900ba7333f99c0bf6ccb28d1
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 extern "C" void f ();
6 namespace N {
7 extern "C" void f ();
10 using N::f;
12 void g ()
14   f ();