Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
llvm-project
/
clang-tools-extra
/
test
/
modularize
/
Inputs
/
MissingHeader
/
module.modulemap
blob: daa06fca78d26b90a6e0c029812a4c59d4606298 [
file
]
// module.map
module
Level1A
{
header
"Level1A.h"
export
*
}
module
Missing
{
header
"Missing.h"
export
*
}