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