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