shithub: mc

ref: e119045a1d483c7dc7808c140a3659e41b9d160b
dir: /test/arraylit-ni.myr/

View raw version
use std
/* checks that we can create arrays without indexed initializers. exits with 2. */
const main = {
	var a = [1, 3, 2]
	-> a[2]
}