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