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