ref: 02fa3c02b2bf6f5b7e8473fcb3d8e0140ce9c17e 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] }