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