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