github.com/gidoBOSSftw5731/go/src@v0.0.0-20210226122457-d24b0edbf019/debug/gosym/testdata/main.go (about) 1 package main 2 3 func linefrompc() 4 func pcfromline() 5 6 func main() { 7 // Prevent GC of our test symbols 8 linefrompc() 9 pcfromline() 10 }