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