shithub: mc

ref: 5ce1ef188530525a21db822bafcd7886d96fcb92
dir: /test/arraylen.myr/

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

	-> a.len
}