Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a57d4ea33fc36f7e204b301d4daa8ae32a202a8c
/
.
/
clang
/
test
/
Modules
/
Inputs
/
class-extension
/
module.modulemap
blob: 5c30bc57e46c72c23e09538fda5a55b01001cc6f [
file
] [
log
] [
blame
]
Bruno Cardoso Lopes
fbff2fa
2018-04-27 18:01:23 +0000
[
diff
] [
blame
]
1
2
module
A
{
3
header
"a.h"
4
header
"a-proto.h"
5
export
*
6
}
7
8
module
AP
{
9
header
"a-private.h"
10
export
*
11
}