Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
llvm-project
/
clang-tools-extra
/
test
/
clang-tidy
/
Inputs
/
expand-modular-headers-ppcallbacks
/
module.modulemap
blob: d04240aff35de77c773ff68b3782bb86510a250d [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
export
*
}
module
b
{
header
"b.h"
export
*
use
a
}
module
c
{
header
"c.h"
export
*
use
b
}