shithub: mc

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

View raw version
use std
/* checks that we can create arrays without indexed initializers. exits with 2. */
const main = {
	var a = [1, 3, 2]
	-> a[2]
}