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