|  | // 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);
 |