shithub: mc

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