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