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