github.com/switchupcb/yaegi@v0.10.2/_test/issue-1128.go (about)

     1  package main
     2  
     3  import "net"
     4  
     5  func main() {
     6  	c := append(net.Buffers{}, []byte{})
     7  	println(len(c))
     8  }
     9  
    10  // Output:
    11  // 1