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