shithub: mc

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

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

	-> a.len
}