Sign in
llvm
/
clang
/
c78da41cdae532adb51d10ed73482642881346dd
/
.
/
test
/
Modules
/
Inputs
/
lsv-debuginfo
/
module.modulemap
blob: 5bb044908dc71ec7d4b03babd551005f4545ce48 [
file
] [
log
] [
blame
]
module
A
{
umbrella
"A"
module
*
{
export
*
}
}
module
B
{
umbrella
"B"
module
*
{
export
*
}
}
module
C
{
umbrella
"C"
module
*
{
export
*
}
}