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