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