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