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