shithub: mc

ref: 97836cfa040efbbbda0f6da6b8df94a4553c9709
dir: /test/bounds.myr/

View raw version
const main = {
	var a : byte[:] = [1, 2, 3][:]
	var b = a[:4]
}