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