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