xref: /llvm-project/compiler-rt/test/fuzzer/not-instrumented.test (revision 92fb310151d2b1e349695fc0f1c5d5d50afb3b52)
1RUN: %cpp_compiler %S/NotinstrumentedTest.cpp -fsanitize-coverage=0 -o %t-NotinstrumentedTest-NoCoverage
2RUN: %run %t-NotinstrumentedTest-NoCoverage -runs=100 2>&1 | FileCheck %s --check-prefix=NO_COVERAGE
3
4NO_COVERAGE: WARNING: no interesting inputs were found so far. Is the code instrumented for coverage?
5