shithub: mc

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