shithub: mc

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