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