llvm/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/words.h

#include <cmath>
#include <cstdint>

inline double logarithm(uint16_t v) {
  return log(v);
}

bool loopWords();