// Build don't link: // Origin: Mark Mitchell extern "C" void f (); namespace N { extern "C" void f (); } using N::f; void g () { f (); }