shithub: mc

ref: bccf793446bc1afadce825b98000c3664544d114
dir: /test/arraylen.myr/

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

	-> a.len
}