Sign in
go
/
tools
/
4f8578d2c095328e9192e9d0b0ea335c6ea3e9a5
/
.
/
cmd
/
callgraph
/
testdata
/
src
/
pkg
/
pkg_test.go
blob: d6247577b0a6259d475b6c966cac915ba7b71ad1 [
file
] [
log
] [
blame
]
package main
// Don't import "testing", it adds a lot of callgraph edges.
func Example() {
C(0).f()
}