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