#include static int x; int func() { x = 4444; printf("func: x = %d\n", x); }