shithub: mc

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

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

	-> a.len
}