Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-cov / Inputs / directory_coverage / b0 / b1_2.cc
blob5038dedcc6eb21ae0c42181f548f3f872f1f2f78
1 #include "b1.h"
3 int sub(int a, int b) {
4 return a - b;