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