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