brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · f80632a Raw
5 lines · plain
1UNSUPPORTED: darwin, target={{.*(freebsd|windows).*}}2RUN: %cpp_compiler -fno-sanitize=address -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t3RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s4CHECK: BINGO5