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