summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/multithreaded_report/words.h
blob: 855f7b32e0bb721efbb8e2049afc26e0f3c609b3 (plain)
1
2
3
4
5
6
7
8
#include <cmath>
#include <cstdint>

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

bool loopWords();
OpenPOWER on IntegriCloud