shithub: mc

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