shithub: mc

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