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