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