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