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