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