aboutsummaryrefslogtreecommitdiff
path: root/test/ossfuzz/testinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ossfuzz/testinput.h')
-rw-r--r--test/ossfuzz/testinput.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ossfuzz/testinput.h b/test/ossfuzz/testinput.h
new file mode 100644
index 0000000..6ab9b51
--- /dev/null
+++ b/test/ossfuzz/testinput.h
@@ -0,0 +1,3 @@
+#include <inttypes.h>
+
+extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);