ref: 1c1fd2f09c278e2f105abeadc5d5f0d2017c655a dir: /test/arraylit.myr/
/* checks we can make indexed array literals. exits with 3. */ const main = { var a = [#0=1, #2=3, #1=2] -> a[2] }