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