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