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