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