repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add details output for assume processing.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20081120-1_1.c
blob
f55eb48a14c5d3ec593803b6fb4dfa9c3abe9049
1
extern
int
stat
(
void
)
__asm__
(
""
"stat64"
);
2
extern inline
__attribute__
((
gnu_inline
))
int
stat
(
void
) { }
3
static void
foo
(
void
) {
stat
(); }