shithub: mc

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