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