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