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