#include #include "header.h" using namespace std; static double x = 20; static void f() {cout << "f in file2, x == " << x << "\n";} void f2() {f();}