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