[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / thread-safety / module.map
blobbd6ea830c2d41db47a8912acbeab3795cb6f4417
1 module a { header "a.h" }
2 module b { header "b.h" export * }
3 module c { header "c.h" export * }