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