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

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

bool loopBytes();
OpenPOWER on IntegriCloud