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