shithub: mc

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