[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / using-decl-redecl / b.h
blob0714bb991416d80251ecb786956c01037a520bc7
1 #include "a.h"
2 namespace N { using ::N::clstring; }
3 extern N::clstring b;