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