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