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