blob: 879e0c5ef673a991cd269ee57fd69f2ce9b11844 [file] [log] [blame]
// Build don't link:
void f();
namespace A{
using ::f;
}