Sign in
go
/
go.git
/
2117ea9737bc9cb2e30cb087b76a283f68768819
/
.
/
src
/
debug
/
gosym
/
testdata
/
main.go
blob: b7702184cdef4123d0fac4b2ef5e5b60f1d38bf3 [
file
]
package main
func linefrompc()
func pcfromline()
func main() {
// Prevent GC of our test symbols
linefrompc()
pcfromline()
}