shithub: mc

ref: 90ed95ded198b9c57dfb6bf172cfd975da73e66f
dir: /test/arraylit-ni.myr/

View raw version
const main = {
	var a = [1, 3, 2]
	-> a[2]
}