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