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