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