[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / sources_specified / extra / dec.h
blob178e1ea8c26814c9135f091d3f98e40216410170
1 int dec(int x) {
2 return x + 1;