aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzer/ThreadedLeakTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/ThreadedLeakTest.cpp')
-rw-r--r--test/fuzzer/ThreadedLeakTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/ThreadedLeakTest.cpp b/test/fuzzer/ThreadedLeakTest.cpp
index 538d3b434808..59f3671fe9db 100644
--- a/test/fuzzer/ThreadedLeakTest.cpp
+++ b/test/fuzzer/ThreadedLeakTest.cpp
@@ -6,7 +6,7 @@
#include <cstdint>
#include <thread>
-static volatile int *Sink;
+static int * volatile Sink;
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
if (Size == 0) return 0;