shithub: mc

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