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
/
dummy.h
blob
cad83154dc2e8429f1db31d2c203079778e3b1b1
1
// This module only exists to make local decl IDs and global decl IDs different.
2
#ifndef DUMMY_H
3
#define DUMMY_H
4
struct
Dummy
{}
extern
*
dummy1
, *
dummy2
, *
dummy3
;
5
#endif