summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/sources_specified/main.cc
blob: cda21f1f57a6c9b98997c19c67c663b9049ceca7 (plain)
1
2
3
4
5
6
7
8
9
#include "abs.h"
#include "extra/dec.h"
#include "extra/inc.h"

int main() {
  int x = 0;
  inc(x);
  return abs(x);
}
OpenPOWER on IntegriCloud