shithub: mc

ref: ac2d8aa21e1e6ae45573b268151fda57cada110d
dir: /test/bounds.myr/

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