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
/
CodeGen
/
func-decl-cleanup.c
blob
0af8b69402020e0114a2dfe99527b3ecb78b012c
1
// RUN: %clang_cc1 %s -emit-llvm -o -
2
3
4
// PR2360
5
typedef
void
fn_t
();
6
7
fn_t a
,
b
;
8
9
void
b
()
10
{
11
}
12