aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/LeakTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/LeakTest.cpp')
-rw-r--r--test/fuzzer/LeakTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/LeakTest.cpp b/test/fuzzer/LeakTest.cpp
index ea89e3901057..f259e9d359f4 100644
--- a/test/fuzzer/LeakTest.cpp
+++ b/test/fuzzer/LeakTest.cpp
@@ -5,7 +5,7 @@
#include <cstddef>
#include <cstdint>
-static volatile void *Sink;
+static void * volatile Sink;
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
if (Size > 0 && *Data == 'H') {