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