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