void f();

namespace N { 
  using ::f;
}

bool b;

void g() {
  b = N::f == ::f;
}


syntax highlighted by Code2HTML, v. 0.9.1