Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / Inputs / ctu-onego-existingdef-other.cpp
blobb9e171433e1f4e30457231ecebc20d8f27033f65
1 int bar() {
2 return 0;
5 void other() {
6 bar();