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