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