[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / lsv-debuginfo / module.modulemap
blob5bb044908dc71ec7d4b03babd551005f4545ce48
1 module A {
2   umbrella "A" module * { export * }
4 module B {
5   umbrella "B" module * { export * }
7 module C {
8   umbrella "C" module * { export * }