ref: 30ae6dbd5eb7c7f8c9c76a32723dd33c5f90978b 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] }