shithub: mc

ref: f10af8f76ee02e4b3a72a165e6f8dad05aab22ec
dir: /test/arraylit-ni.myr/

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