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