shithub: mc

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