shithub: mc

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