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