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