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