#include #include "header.h" using namespace std; static int x = 10; static void f() {cout << "f in file1, x == " << x << "\n";} void f1() {f();}