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