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