Sign in
◑
Theme
cobalt
/
cobalt.git
/
ecb76eb1e58da94893009effbde7ffbb7515f9c6
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
anon-namespace
/
module.modulemap
blob: 3d390d2d4e712deaf608219430600ae69b90dcd6 [
file
]
module
a
{
header
"a.h"
export
*
}
module
b
{
module
b1
{
header
"b1.h"
export
*
}
module
b2
{
header
"b2.h"
export
*
}
}
module
c
{
header
"c.h"
export
*
}