shithub: mc

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