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