shithub: mc

ref: e51bd5951d76f015665a8c6a7ff060c1063d9df4
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]
}