shithub: mc

ref: 10167ef255eae11cb40dc15024be7e322d35b320
dir: /test/arraylen.myr/

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

	-> a.len
}