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