shithub: mc

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