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