Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CXX / basic / basic.namespace / basic.namespace.general / Inputs / p2.h
blobc1d86b942074cdf4a2d7ee5b9b59fd17d660b851
1 #ifndef P2_H
2 #define P2_H
3 namespace foo {
4 namespace bar {
6 } // namespace foo
7 #endif