[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / cxx17 / module.modulemap
blobc80e6e7b13eb26df5fdc4c12c20ad689075caaec
1 module Decls {
2   header "decls.h"
3   explicit module Unimported { header "unimported.h" }