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