468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
5 lines
310 B
Plaintext
5 lines
310 B
Plaintext
RUN: %cpp_compiler %S/SimpleTest.cpp -fno-sanitize-coverage=trace-pc-guard -fsanitize-coverage=inline-8bit-counters -o %t-SimpleTest-Inline8bitCounters
|
|
CHECK: INFO: Loaded 1 modules ({{.*}} inline 8-bit counters)
|
|
CHECK: BINGO
|
|
RUN: not %t-SimpleTest-Inline8bitCounters -runs=1000000 -seed=1 2>&1 | FileCheck %s
|