Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-var-template-def
/
module.modulemap
blob: b2c96bd821772979559133d8a9192df7dd73776c [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
export
*
}
module
b
{
module
b1
{
header
"b1.h"
export
*
}
module
b2
{
header
"b2.h"
export
*
}
}