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