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