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