shithub: mc

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