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