[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / sources_specified / main.cc
blobcda21f1f57a6c9b98997c19c67c663b9049ceca7
1 #include "abs.h"
2 #include "extra/dec.h"
3 #include "extra/inc.h"
5 int main() {
6 int x = 0;
7 inc(x);
8 return abs(x);