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