github.com/undoio/delve@v1.9.0/_fixtures/issue2319/main.go (about) 1 package main 2 3 func cfunc() 4 5 func main() { 6 cfunc() 7 }