xref: /aosp_15_r20/external/llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1RUN: LLVMFuzzer-SimpleTest -print_new_cov_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS
2PCS:{{^0x[a-f0-9]+}}
3PCS:NEW
4PCS:BINGO
5
6