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