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