shithub: mc

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