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