shithub: mc

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