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