using2.C   [plain text]


// { dg-do assemble  }
void f();
namespace A{
  using ::f;
}