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