Sign in
llvm
/
clang
/
7d0e090bbc61baebf0be18e4d9ba36615b6cd566
/
.
/
test
/
Modules
/
Inputs
/
autoload-subdirectory
/
module.modulemap
blob: 880ae38b97a0a912345f1c8c31c76170b97f2906 [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
}
module
b
{
header
"b.h"
}
module
c
{
header
"c.h"
}