普通文本  |  7行  |  94 B

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