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