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