Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
system-out-of-date
/
module.modulemap
blob: 0c0f42a5d01ca6cd3761186186a2798ab4c5705c [
file
] [
log
] [
blame
]
module
X
[
system
]
{
header
"X.h"
// imports Y
export
*
}
module
Y
{
header
"Y.h"
export
*
}
module
Z
{
header
"Z.h"
// imports Y
export
*
}