Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
anon-redecl
/
module.modulemap
blob: 49678452e0c4e21df0cf252851a8af362090b87f [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
}
module
b
{
header
"b.h"
}
module
c
{
module
c1
{
header
"c1.h"
}
module
c2
{
header
"c2.h"
}
}