blob: bc46c6049777e2e775cc40558c3870670fbccaec [file] [log] [blame]
void f();
namespace N {
using ::f;
}
bool b;
void g() {
b = N::f == ::f;
}