shithub: mc

ref: 7baf0c3ce683e750beb30b41cdd7fc2060efbe3f
dir: /test/arraylen.myr/

View raw version
/* checks that array lengths work. should exit with 12. */
const main = {
	var a : int[12]

	-> a.len
}