repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
CodeGen
/
linkage-redecl.c
blob
09b51f02c13f229a6229666d5c55ce10266c4b5c
1
// RUN: %clang_cc1 -emit-llvm %s -o - |grep internal
2
3
// C99 6.2.2p3
4
// PR3425
5
static void
f
(
int
x
);
6
7
void
g0
() {
8
f
(
5
);
9
}
10
11
extern
void
f
(
int
x
) { }
// still has internal linkage