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