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