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