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