github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/cmd/callgraph/testdata/src/pkg/pkg_test.go (about)

     1  package main
     2  
     3  // Don't import "testing", it adds a lot of callgraph edges.
     4  
     5  func Example() {
     6  	C(0).f()
     7  }