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