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