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