shithub: mc

ref: 586fecf9ce10a7d9cdea222275916574355269fd
dir: /test/arraylit-ni.myr/

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