extern printd(x); def test(x) printd(x) : x = 4 : printd(x);