#include extern int x; // declaration void f() { x = 9999; }