ref: 89b2b2847a7c0e350b7b9ec2de0a4f0eb9a01e59 dir: /test/slice.myr/
const main = { var a : int[3] var s s = a[0,3] s[0] = 3 s[1] = 4 s[2] = s[0] + s[1] -> s[2] }