shithub: mc

ref: 231b0fd0e1e70376bcf747a797a76b07521987b7
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
}