4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
RUN: %cpp_compiler %S/MemcmpTest.cpp -o %t-MemcmpTest
|
|
RUN: not %t-MemcmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|