ref: 5818bcb7a0fb78af6a4c2816a72db5b1381e9cac 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] }