shithub: mc

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

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