shithub: mc

ref: 11be53a01c3112de8fd6bcf81b306ee7c39a37ec
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
}