shithub: mc

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