shithub: mc

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