ref: 605f963ab132456ca911d18000164399ea661aca dir: /test/outparam.myr/
const f = {out *out = 42 } const main = { var v v = 16 f(&v) -> v }