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