ref: 5d986e613a56c158f3cdab000a12a75da2f6b28b 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] }