shithub: mc

ref: cef9f9cc57105139c4157fdfb14036c724271271
dir: /test/arraylen.myr/

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

	-> a.len
}