shithub: mc

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