Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / cxx-anon-namespace / Inputs / F.cpp
blob83764866bbe578f17f9a37cabaa0a7918f02894c
1 namespace {
2 void func1() {
4 } // namespace
6 namespace test_namespace1 {
7 namespace {
8 void func2() {}
9 } // namespace
10 } // namespace test_namespace1
12 namespace test_namespace2 {
13 namespace {
14 namespace test_namespace3 {
15 void func3() {}
16 } // namespace test_namespace3
17 } // namespace
18 } // namespace test_namespace2
20 namespace {
21 namespace {
22 void func4() {
24 } // namespace
25 } // namespace