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