OSDN Git Service

2e47345187955e4250ef9736b6db7a656fe6957f
[android-x86/external-llvm.git] / lib / Fuzzer / test / swap-cmp.test
1 RUN: %cpp_compiler %S/SwapCmpTest.cpp -o %t-LLVMFuzzer-SwapCmpTest
2 CHECK: BINGO
3 RUN: not %t-LLVMFuzzer-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s