Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
llvm-project
/
clang-tools-extra
/
test
/
modularize
/
Inputs
/
CompileError
/
module.modulemap
blob: fbb8e7db4d10c280bc49180cc4d91c92b348fc09 [
file
] [
log
] [
blame
]
// module.map
module
Level1A
{
header
"Level1A.h"
export
*
}
module
HasError
{
header
"HasError.h"
export
*
}