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