shithub: mc

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