blob: a449284a53283648cdbe1f07f09a087fc07b0a62 [file] [log] [blame]
namespace X{
void f(int){}
}
void f();
int main()
{
using X::f;
f(3);
}