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