ref: b635e2c01451f39c4468f2b6a43e57902dee99f1 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] }