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