Sign in
fuchsia
/
third_party
/
llvm-project
/
d664c9066840ab57314f0de99fb4e5902b51f8cb
/
.
/
clang
/
test
/
Modules
/
Inputs
/
thread-safety
/
module.modulemap
blob: bd6ea830c2d41db47a8912acbeab3795cb6f4417 [
file
] [
log
] [
blame
]
module
a
{
header
"a.h"
}
module
b
{
header
"b.h"
export
*
}
module
c
{
header
"c.h"
export
*
}