shithub: mc

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