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