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
/
redef-ext-inline.c
blob
6f8144f963902a373a293283cea15254ebab2d3e
1
// RUN: %clang_cc1 -emit-llvm %s -o - -std=gnu89
2
3
extern inline
int
f1
(
void
) {
return
1
;}
4
int
f3
(
void
) {
return
f1
();}
5
int
f1
(
void
) {
return
0
;}