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