summaryrefslogtreecommitdiff
path: root/test/fuzzer/swap-cmp.test
blob: 5c2379cde4f6ae03f8b96d7b11088e1e62fc7850 (plain)
1
2
3
RUN: %cpp_compiler %S/SwapCmpTest.cpp -o %t-SwapCmpTest
CHECK: BINGO
RUN: not %t-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s