Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
91be65be656072a68b51a8c4e7bb751ea475d896
/
.
/
clang
/
test
/
Modules
/
Inputs
/
lsv-debuginfo
/
module.modulemap
blob: 5bb044908dc71ec7d4b03babd551005f4545ce48 [
file
] [
log
] [
blame
]
Adrian Prantl
ba6fdc5
2018-10-24 00:06:02 +0000
[
diff
] [
blame
]
1
module
A
{
2
umbrella
"A"
module
*
{
export
*
}
3
}
4
module
B
{
5
umbrella
"B"
module
*
{
export
*
}
6
}
7
module
C
{
8
umbrella
"C"
module
*
{
export
*
}
9
}