shithub: mc

ref: 053f240f3955c801accece839039813f0fea64c0
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
}