shithub: mc

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