gotools/internal/bisect/bisect_test.go

// In order for package bisect to be copied into the standard library
// and used by very low-level packages such as internal/godebug,
// it needs to have no imports at all.
func TestNoImports(t *testing.T) {}