Files
2023-10-13 14:01:41 +00:00

7 lines
94 B
C++

#if BUILD_TRAVIS
int main()
{
return LLVMFuzzerTestOneInput(0, 0);
}
#endif // BUILD_TRAVIS