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