xref: /llvm-project/clang/test/Modules/Inputs/macro-masking/module.modulemap (revision 38477db8c4a0bfddb7c749de2de50ccd47d4ef54)
1*38477db8SRichard Smithmodule X {
2*38477db8SRichard Smith  module A { header "a.h" export * }
3*38477db8SRichard Smith  module B { header "b.h" export * }
4*38477db8SRichard Smith}
5