Sign in
rust
/
llvm-project
/
2cb41005ed5c4747b10d2bf01d8779d3bb4ae32d
/
.
/
clang
/
test
/
Modules
/
Inputs
/
multiple-include
/
module.modulemap
blob: 1228ae6cbb732119318c8843e474f7dc0cf50063 [
file
] [
log
] [
blame
]
module
A
{
module
a
{
header
"a.h"
}
module
b
{
header
"b.h"
}
module
c
{
header
"c.h"
}
}
module
X
{
module
x
{
header
"x.h"
}
module
c
{
header
"c.h"
}
}