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