shithub: mc

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

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