ref: 4a25c643a09bd41509f7b86c68e6164c91f5f3ee 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] }