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
/
k.h
blob
338178e86cb342fb2b1a907a9731c958b243f81a
1
#ifdef GIMME_A_K
2
3
#ifndef K_H
4
#define K_H
5
const int
k
=
42
;
6
#endif
7
8
#endif