Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / do-stmt / Inputs / F.cpp
bloba58efb3a25ca3b94d70e46e40f29043a791953aa
1 void f() {
2 do
4 while (true);
5 do {
6 } while (false);