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