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