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