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