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