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