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