kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/indexer/testdata/basic/packageinit_file.go (about) 1 // Package pkginit tests callgraph relationships for calls occurring at the 2 // top-level file. 3 package pkginit 4 5 import "fmt" 6 7 // Ensure that callsites at the package level are blamed on the file. 8 9 // - A=@"fmt.Sprint(27)" ref/call _FmtSprint 10 // - A childof File 11 // - File.node/kind file 12 var p = fmt.Sprint(27)