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