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