shithub: mc

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