shithub: mc

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