ref: 5c7e36bd7cd57550ed88c2509113cda679d5fd6e dir: /test/array.myr/
const main = { var a : int[3] a[0] = 3 a[1] = 4 a[2] = a[0] + a[1] -> a[2] }