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