mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 05:40:30 +00:00
[libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252658 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5f742d2fb4
commit
f357e6fb5f
8
lib/Fuzzer/test/UninstrumentedTest.cpp
Normal file
8
lib/Fuzzer/test/UninstrumentedTest.cpp
Normal file
@ -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…
x
Reference in New Issue
Block a user