blob: c1730198d83f18ed2f02c98332e830cfc974b753 [file] [log] [blame]
Kostya Serebryanyb7e286b2015-11-10 22:02:56 +00001// This test should not be instrumented.
2#include <cstdint>
3#include <cstddef>
4
5extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
6 return 0;
7}
8