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