Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Modules
/
Inputs
/
FooFramework.framework
/
Modules
/
module.modulemap
blob: 62e56364abaf7f2556f474245bc241bdd1534622 [
file
] [
log
] [
blame
]
framework
module
FooFramework
{
umbrella header
"FooUmbrella.h"
export
*
module
*
{
export
*
}
explicit
module
Private
{
textual header
"Baz_Private.h"
}
}