[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / Rmodule-import / module.modulemap
blobcf7cf1f7e56aed7115874397ef0e4eff3ee0c3c6
1 module A { header "A.h" }
2 module B { header "B.h" }
3 module C { header "C.h" }
4 module D { header "D.h" }