[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / PCH / cxx-namespaces.h
blob26d75a079d92ff6bf403f0f757e5a7ea1244df20
1 // Header for PCH test cxx-namespaces.cpp
3 namespace N {
4 namespace {
5 int x;
8 void f();
9 void f(int);