You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
283 B

// Copyright 2017 Google Inc. All Rights Reserved.
// Licensed under the Apache License, Version 2.0 (the "License");
// A library that does ... stuff.
// Serves as an example of good fuzz testing and OSS-Fuzz integration.
#include <string>
size_t DoStuff(const std::string &str);