shithub: mc

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