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