shithub: mc

ref: 2a0ea983cd6365e3212abe5a5ce3cf74a554daf9
dir: /test/arraylit.myr/

View raw version
/* checks we can make indexed array literals. exits with 3. */
const main = {
	var a = [#0=1,
		 #2=3,
		 #1=2]
	-> a[2]
}