shithub: mc

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