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