shithub: mc

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