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