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