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