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