Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
private
/
module.modulemap
blob: 9da44354be1449c29265c23f42a4bda70762cf44 [
file
] [
log
] [
blame
]
module
libPrivate1
{
header
"public1.h"
private
header
"private1.h"
}
module
libPrivate2
{
header
"public2.h"
private
header
"private2.h"
}