shithub: mc

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