repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
merge-decl-context
/
merge-decl-context.modulemap
blob
46f69548bc6782566cad8b7035859a858d516b8d
1
module "a" {
2
textual header "a.h"
3
}
4
5
module "b" {
6
export *
7
header "b.h"
8
}
9
10
module "c" {
11
export *
12
header "c.h"
13
}
14
15
module "d" {
16
export *
17
header "d.h"
18
}