[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / class-extension / module.modulemap
blob5c30bc57e46c72c23e09538fda5a55b01001cc6f
2 module A {
3   header "a.h"
4   header "a-proto.h"
5   export *
8 module AP {
9   header "a-private.h"
10   export *