ref: cb17c0f4d27e5493a7c375c9b380bb5811d82244 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] -> a[2] }