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