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