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