Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
PR20399
/
module.modulemap
blob: 223434adba19bb04d80c2f3ea79cc564cba58983 [
file
] [
log
] [
blame
]
module
stdlib
[
system
]
{
header
"stl_map.h"
header
"vector"
}
module
libCore
{
header
"SecondHeader.h"
use
stdlib
export
*
}
module
libGdml
{
header
"FirstHeader.h"
use
libCore
use
stdlib
export
*
}