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