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