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