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