blob: d5da5446a65c8f96d9ef7e2daebf94d6e42533e7 [file] [log] [blame]
namespace A {
void f();
}
void g()
{
struct f { };
using A::f;
}