forked from OSchip/llvm-project
5 lines
190 B
Plaintext
5 lines
190 B
Plaintext
|
UNSUPPORTED: darwin, freebsd, windows
|
||
|
RUN: %cpp_compiler -fno-sanitize=address -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t
|
||
|
RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s
|
||
|
CHECK: BINGO
|