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
/
m.h
blob
e9089ab725d5b209fc9646b5b6edf7dc34267005
1
#ifdef GIMME_AN_M
2
3
#ifndef M_H
4
#define M_H
5
const int
m
=
42
;
6
#endif
7
8
#endif