shithub: mc

ref: 8464d76b6c46e96aa9eb57fd22ea3cc401b24a00
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]
}