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