shithub: mc

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

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