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