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