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
/
Analysis
/
PR12905.c
blob
f36b93aacf9091ecd8557d70f2e7a25bd9482d83
1
// RUN: %clang_analyze_cc1 -analyzer-checker=core %s
2
// PR12905
3
4
void
C
(
void
);
5
6
void
t
(
void
) {
7
C
();
8
}