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