shithub: mc

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