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