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