xref: /llvm-project/compiler-rt/test/fuzzer/swap-cmp.test (revision f5a252ed681c155b1d6337309519ab27d5f3b450)
1RUN: %cpp_compiler %S/SwapCmpTest.cpp -o %t-SwapCmpTest
2CHECK: BINGO
3RUN: not %run %t-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s
4