ref: 86406b0c185d4121a41aa7484702e0e6d158540c 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] }