Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Modules
/
Inputs
/
import-textual
/
M
/
module.modulemap
blob: f80194876caaed0c23456cf7419acb2dadb418e2 [
file
] [
log
] [
blame
]
module
M
{
module
A
{
header
"A/A.h"
textual header
"someheader.h"
export
*
}
module
B
{
header
"B/B.h"
textual header
"someheader.h"
export
*
}
export
*
}