shithub: mc

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