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