shithub: mc

ref: 134217a2c718527a3e38abd5a60467ecb586fea9
dir: /test/arraylen.myr/

View raw version
const main = {
	var a : int[12]

	-> a.len
}