shithub: mc

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