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