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