Files
2023-05-14 11:44:44 +00:00

7 lines
94 B
C++

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