ref: 8a6221f985e1a493a163d0dde1c025231e1adafb 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] }