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