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