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