ref: 734d2e4ffd947e1a5fd73ae22029d3b0647be290 dir: /test/arraylit-ni.myr/
/* checks that we can create arrays without indexed initializers. exits with 2. */ const main = { var a = [1, 3, 2] -> a[2] }