shithub: mc

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