shithub: mc

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