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