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