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