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