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