ref: 69ac58bd0e3bc37b8189f5fdd787c04216c80111 dir: /test/voidcall.myr/
const f = { var a a = a + 1 } const main = { f() -> 12 }