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