Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
misplaced
/
misplaced.modulemap
blob: 50aa7a47e5025bddccb8358a308729481b58b5fd [
file
] [
log
] [
blame
]
module
Misplaced
{
module
Sub_A
{
header
"misplaced-a.h"
}
module
Sub_B
{
header
"misplaced-b.h"
}
}