shithub: mc

ref: 4e145a71d2753ca1c6f464375f220a145b9f1019
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
}