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