ref: 21b5fb876c5f1e6188a3a6b0e9e77311f06525f0 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]) }