2 // Verify that the linker eliminating unreferenced functions (/OPT:REF) does not
3 // strip sancov module constructor.
4 RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest -Wl,-OPT:REF
6 RUN: not %run %t-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s
8 CHECK-NOT: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting.