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