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