Home | History | Annotate | Download | only in PCH
      1 // Header for PCH test cxx-namespaces.cpp
      2 
      3 namespace N {
      4     namespace {
      5         int x;
      6     }
      7 }
      8