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