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