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