int x, d; main() { x = d + g(1) + 2; return x; } int g(int z) { x = z + d; return (z + 2); }