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