diff --git a/tests/fuzz/fuzzer.cpp b/tests/fuzz/fuzzer.cpp index eaaef5aa5..7602db93a 100644 --- a/tests/fuzz/fuzzer.cpp +++ b/tests/fuzz/fuzzer.cpp @@ -35,7 +35,7 @@ #ifndef OSSFUZZ -#if (!defined(__clang__) || (__clang__ < 5)) +#ifndef __AFL_LOOP static int __AFL_LOOP(int) { static int once = 0;