shithub: mc

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