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