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
/
PCH
/
external-defs.h
blob
657b47bcc141a3004f5bd2b60caf85423fc94aa9
1
// Helper for external-defs.c test
2
3
// Tentative definitions
4
int
x
;
5
int
x2
;
6
7
// Should not show up
8
static int
z
;
9
10
int
incomplete_array
[];
11
int
incomplete_array2
[];
12
13
struct
S s
;