[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / prefer_used_to_unused.cpp
bloba0892b1e1569692149234d32cab589ddeab601d9
1 #include "prefer_used_to_unused.h"
3 int main() {
4 return sampleFunc(5) + simpleFunc(5);