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