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