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