1 2 3 4 5
#include "fuzz.h" int FuzzerEntrypoint(const uint8_t *data, size_t size) { return LLVMFuzzerTestOneInput(data, size); }