summaryrefslogtreecommitdiff
path: root/test/fuzzer/trace-pc.test
blob: 30049331e360d27d68c76c581903808a36f12795 (plain)
1
2
3
RUN: %cpp_compiler %S/SimpleTest.cpp -fsanitize-coverage=0 -fsanitize-coverage=trace-pc -o %t-SimpleTest-TracePC
CHECK: BINGO
RUN: not %run %t-SimpleTest-TracePC -runs=1000000 -seed=1 2>&1 | FileCheck %s