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