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
/
declare-use
/
e.h
blob
31247f7f9c7d665deea1032a01a768bc5ea4004d
1
#ifndef E_H
2
#define E_H
3
#define HEADER
"a.h"
4
#include HEADER
5
#include
"b.h"
6
const int
e
=
a
*
b
;
7
#endif