Sign in
go
/
tools.git
/
67c42573e2e2b0a6b9c421a2bd2ef4c95adb93d5
/
.
/
cmd
/
callgraph
/
testdata
/
src
/
pkg
/
pkg_test.go
blob: 0dae2c3105ef7a9bdd34d1c123634cfc07adb721 [
file
] [
log
] [
blame
]
package main
// An Example function must have an "Output:" comment for the go build
// system to generate a call to it from the test main package.
func Example() {
C(0).f()
// Output:
}