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