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