Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / cmd / callgraph / testdata / src / pkg / pkg_test.go
1 package main
2
3 // An Example function must have an "Output:" comment for the go build
4 // system to generate a call to it from the test main package.
5
6 func Example() {
7         C(0).f()
8
9         // Output:
10 }