xref: /aosp_15_r20/external/clang/test/PCH/cxx-namespaces.h (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // Header for PCH test cxx-namespaces.cpp
2 
3 namespace N {
4     namespace {
5         int x;
6     }
7 
8     void f();
9     void f(int);
10 }
11