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