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