Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / namespace / Inputs / NS.cpp
blob0dc86f85266b0ccf747f22997df8e97705bc205b
1 namespace NS {
2 void f1();
3 void f2();
4 const int A = 3;
5 }; // namespace NS