kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/foo.go (about)

     1  // This is the source for the foo.a test data file.
     2  // Compile it manually with:
     3  //
     4  //	$ go tool compile -o foo.a foo.go
     5  package foo
     6  
     7  func Foo() int { return 0 }