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