shithub: mc

ref: ee1215bf65810716215fd068b52c07c43cd79d42
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
}