ref: 094e3fb0ee4dd4b8aaaca40da90bf770ae42674f 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] }