shithub: mc

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