aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ns/using2.C
blob: 879e0c5ef673a991cd269ee57fd69f2ce9b11844 (plain)
1
2
3
4
5
// Build don't link:
void f();
namespace A{
  using ::f;
}