shithub: mc

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

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