cl/_testlibgo: bytes strings

This commit is contained in:
visualfc
2024-06-26 20:30:00 +08:00
parent e217d39882
commit 8169d8509f
6 changed files with 312 additions and 3 deletions

View File

@@ -333,7 +333,6 @@ func (b Builder) Slice(x, low, high, max Expr) (ret Expr) {
if debugInstr {
log.Printf("Slice %v, %v, %v\n", x.impl, low.impl, high.impl)
}
prog := b.Prog
var nCap Expr
var nEltSize Expr