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