shithub: mc

ref: 49694b6e59491cd5cbea965c9025346f1289d293
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
}