7 lines
94 B
C++
7 lines
94 B
C++
|
|
#if BUILD_TRAVIS
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
return LLVMFuzzerTestOneInput(0, 0);
|
||
|
|
}
|
||
|
|
#endif // BUILD_TRAVIS
|