blob: 09cba875647b47fd011f7f9f1c20ffda35178933 [file] [log] [blame]
// 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);