shithub: mc

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