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