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