xref: /llvm-project/compiler-rt/test/fuzzer/noasan-bcmp.test (revision 8a86860207f0d5c794a2b8c0b384001710e5d036)
1UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}
2RUN: %cpp_compiler -fno-sanitize=address -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t
3RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s
4CHECK: BINGO
5