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