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