shithub: mc

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