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