shithub: mc

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