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