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