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