shithub: mc

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