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