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
/
string_names
/
sub.h
blob
64b9112d3e6ca60e6c6ac0a249eb1992b22c6ae7
1
#ifndef SUB_H
2
#define SUB_H
3
const int
sub
=
2
;
4
#endif