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