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