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