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