shithub: mc

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