mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 15:10:08 +01:00
7 lines
120 B
C
7 lines
120 B
C
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
|
|
{
|
|
return 0;
|
|
}
|