1UNSUPPORTED: darwin, 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