xref: /llvm-project/clang/test/Modules/Inputs/submodule-visibility/module.modulemap (revision 2aedca340c84eafdc7285eb68145e55213324185)
142413141SRichard Smithmodule x { module a { header "a.h" } module b { header "b.h" } }
2*2aedca34SRichard Smithmodule other { header "other.h" }
304765ae0SRichard Smith
404765ae0SRichard Smithmodule cycles {
504765ae0SRichard Smith  module cycle1 { header "cycle1.h" }
604765ae0SRichard Smith  module cycle2 { header "cycle2.h" }
704765ae0SRichard Smith}
8