shithub: mc

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