Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CoverageMapping / Inputs / starts_a_scope
blob57c3087d6b70d6a972e2a2c5773aa765da65e761
1 // This file opens a new scope
3 x = x;
4 for (int i = 0; i < 2; ++i) {