llvm/llvm/test/tools/llvm-cov/Inputs/multiple_objects_not_all_instrumented/instrumented.cc

void f1() {}

int main(int argc, char** argv) {
  f1();
}