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