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