shithub: mc

ref: fc260ededc77024140693c31d8a3230d3fc5b75a
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
}