Sign in
go
/
go
/
a840bf871e005d948ba6442948997eb3ef2e3c7f
/
.
/
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()
}