shithub: mc

ref: 8bd18e2d1caef67781ae69d761bdfca8d2bcf41d
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]
}