ref: 678f608c8c72b821d0258ecca4028e0e8c90df6a 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]) }