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