1 #if BUILD_TRAVIS
main()2 int main()
3 {
4   return LLVMFuzzerTestOneInput(0, 0);
5 }
6 #endif // BUILD_TRAVIS
7