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