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