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