ref: ad1ba29748a69e0ba936e889ccf487765f416c52 dir: /test/outparam-sl.myr/
const arr = [1,2,3,4] const f = {out *out = arr[1:3] } const main = { var v f(&v) -> v[0] }