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