Sign in
cobalt
/
cobalt
/
3afedffaddc5ae13b4d21dcf2ba98dc14ca58e02
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
merge-template-specializations
/
module.modulemap
blob: 77e0a89e39a06c08a45ab682e1db7bde7bef5323 [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
export
*
}
module
b
{
header
"b.h"
export
*
}
module
c
{
header
"c.h"
export
*
}