shithub: mc

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

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