shithub: mc

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

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