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