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