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