Compiler projects using llvm
#include <cmath>
#include <cstdint>

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

bool loopWords();