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