ref: 1252169ce7027d50158d5a12bad0a2a1b92ce3f7 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] }