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