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