// AnotherFile.cpp #include using namespace std; namespace { void f(); void f() { cout << "f\n"; } }