go/src/cmd/cgo/internal/testsanitizers/libfuzzer_test.go

func TestLibFuzzer(t *testing.T) {}

// libFuzzerSupported is a copy of the function internal/platform.FuzzInstrumented,
// because the internal package can't be used here.
func libFuzzerSupported(goos, goarch string) bool {}