forked from OSchip/llvm-project
[libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit)
llvm-svn: 252658
This commit is contained in:
parent
5d16a4752f
commit
b7e286bed7
|
@ -0,0 +1,8 @@
|
|||
// This test should not be instrumented.
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue