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