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