delve/_fixtures/issue2162.go
chainhelen e07bfd3180
pkg/proc: fix dlv panic when sameGCond is nil. (#2164)
`sameFrameCond` should not be constructed as one `And Express` when
`sameGCond` which is the first child of `BinaryExpr` is nil.

Fixes: #2162
2020-09-08 15:18:49 -07:00

8 lines
69 B
Go

package main
import "fmt"
func main() {
fmt.Println("test dlv")
}