diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/DSO1.cpp')
-rw-r--r-- | llvm/lib/Fuzzer/test/DSO1.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/DSO1.cpp b/llvm/lib/Fuzzer/test/DSO1.cpp index c362593f779..4a293890f4b 100644 --- a/llvm/lib/Fuzzer/test/DSO1.cpp +++ b/llvm/lib/Fuzzer/test/DSO1.cpp @@ -9,3 +9,4 @@ int DSO1(int a) { return 1; } +void Uncovered1() { } |