ref: 22f8aa508f0313cadc30f941f99fe5f0eb5b155f 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] std.exit(a[2]) }