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