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