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