shithub: mc

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

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