xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/require-modular-includes/module.modulemap (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambucmodule AnotherModule {
2*0a6a1f1dSLionel Sambuc  header "AnotherModule.h"
3*0a6a1f1dSLionel Sambuc  exclude header "AnotherModuleExcluded.h"
4*0a6a1f1dSLionel Sambuc}
5*0a6a1f1dSLionel Sambucmodule Umbrella {
6*0a6a1f1dSLionel Sambuc  umbrella "umbrella"
7*0a6a1f1dSLionel Sambuc}
8*0a6a1f1dSLionel Sambucmodule NotFramework {
9*0a6a1f1dSLionel Sambuc  header "NotFramework.h"
10*0a6a1f1dSLionel Sambuc}
11*0a6a1f1dSLionel Sambuc
12*0a6a1f1dSLionel Sambucframework module * { }
13