Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
clang
/
test
/
Modules
/
Inputs
/
include_next
/
x
/
module.modulemap
blob: d0956d98ab84aa6fb4022b65fcbc985e6e57c1f5 [
file
]
module
xa
{
header
"a.h"
export
*
}
module
xb
{
header
"subdir/b.h"
export
*
}