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