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