shithub: mc

ref: 8f6564fd78fd50196301269faa90f6ce06b24fa7
dir: /test/arraylit-ni.myr/

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