bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/repeated-bytes.test
2025-02-14 19:21:04 +01:00

3 lines
158 B
Text

RUN: %cpp_compiler %S/RepeatedBytesTest.cpp -o %t-RepeatedBytesTest
CHECK: BINGO
RUN: not %run %t-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s