xref: /llvm-project/clang/test/Modules/Inputs/preprocess/module.modulemap (revision a21c8e14b609644f5a26416c0e585b4bae66a075)
1module fwd { header "fwd.h" export * }
2module file { header "file.h" header "file2.h" header "other.h" export * }
3module nested {
4  module a { header "a.h" }
5  module b { header "b.h" }
6  module c { header "c.h" }
7}
8