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