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