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