Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
clang
/
test
/
Modules
/
Inputs
/
MainA.framework
/
Modules
/
module.modulemap
blob: 4b0b5e955386e099277302f0f18d1ae5f4df13a1 [
file
]
framework
module
MainA
{
umbrella header
"Main.h"
module
*
{
export
*
}
export
*
framework
module
Sub
{
umbrella header
"Sub.h"
module
*
{
export
*
}
export
*
}
}