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