Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
require-modular-includes
/
module.modulemap
blob: 0ac4d5b7030da3b7bc6aeee5728e7eee5f71e225 [
file
] [
log
] [
blame
]
module
AnotherModule
{
header
"AnotherModule.h"
exclude header
"AnotherModuleExcluded.h"
}
module
Umbrella
{
umbrella
"umbrella"
}
module
NotFramework
{
header
"NotFramework.h"
}
framework
module
*
{
}