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