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