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