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