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