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