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