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