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