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