shithub: mc

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