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