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