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